home *** CD-ROM | disk | FTP | other *** search
/ Safarir 5 / SafTV-CD5.iso / mac / SAF-TV 5 / SAFTV / bush02.swf / scripts / DefineButton2_74 / BUTTONCONDACTION on(press).as next >
Text File  |  2002-12-12  |  307b  |  12 lines

  1. on(press){
  2.    eval("crÔøΩdits")._alpha = 0;
  3.    if(celuiquijoue != 3)
  4.    {
  5.       eval("b" + celuiquijoue).gotoAndStop("rien");
  6.    }
  7.    celuiquijoue = 3;
  8.    eval("b" + celuiquijoue).gotoAndStop("joue");
  9.    bush.gotoAndStop(celuiquijoue);
  10.    eval("bush.bush" + celuiquijoue).gotoAndPlay("debut");
  11. }
  12.